Data TypesSets (1/6)
Explain sets data structure.
    • A set is a collection of items that are unique
    • Set in ES6 are ordered: elements of the set can be iterated in the insertion order.
    • The set can store any type of value whether primitive or objects.